home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00068_output.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
207 b
|
11 lines
on mouseUp
global ate
set ate to ate + 1
if ate < 33 then
put line ate of field "mess" into line 1 of field "output"
else
put EMPTY into line 1 of field "output"
end if
updateStage()
end